home *** CD-ROM | disk | FTP | other *** search
/ The World's Largest Collection of Windows Software / The World's Largest Collection of Windows Software - Disc 1.iso / connect / _j2 / wsmtpd16 / delmail.bat < prev    next >
DOS Batch File  |  1993-07-02  |  269b  |  11 lines

  1. @echo off
  2. rem Change this variable to your Spool file set in the WSMTPD dialog box.
  3. set mailbox=c:\mail\mail.txt
  4. rem
  5. if exist %mailbox% echo Spooled Mailbox being deleted!
  6. if not exist %mailbox% echo No Mailbox to delete!
  7. if exist %mailbox% del %mailbox% 
  8.  
  9.  
  10.  
  11.